Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NMeasurePropertyEditor<TMeasure> Class / QKjb Method


In This Topic
    QKjb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QKjb( _
       ByVal rKjb As NUnit, _
       ByVal SKjb As NDomArray(Of NKeyValuePair(Of NUnit,Double)), _
       ByRef value As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim rKjb As NUnit
    Dim SKjb As NDomArray(Of NKeyValuePair(Of NUnit,Double))
    Dim value As System.Double
    Dim value As System.Boolean
     
    value = NMeasurePropertyEditor(Of TMeasure).QKjb(rKjb, SKjb, value)
    internal static System.bool QKjb( 
       NUnit rKjb,
       NDomArray<NKeyValuePair<NUnit,double>> SKjb,
       out System.double value
    )

    Parameters

    rKjb
    SKjb
    value
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also